home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1998 October
/
Macworld (1998-10).dmg
/
Serious Demos
/
Morpha
/
3DO.DXR
/
00123.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-07-31
|
275 b
|
17 lines
on dropdrums2
global st, wait, drumonly, drums
redraw()
set the visible of sprite 3 to 1
updateStage()
set st to 1
set wait to 1
if drumonly = 1 then
nothing()
else
mixdown()
puppetSound(1, 0)
set drums to 0
set drumonly to 0
end if
end